home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / bkupwc44.zip / BACKUPWC.DOC next >
Text File  |  1993-03-09  |  4KB  |  73 lines

  1.                                 Backupwc 4.4
  2.                        Original Versions/Modifications
  3.                                      By
  4.                                Scott Labrecque
  5.                  First Qbasic 4.5 Version/Graphics Libraries 
  6.                                      By 
  7.                                  Duey Duong
  8.                          Compiled on March 15, 1993
  9. ______________________________________________________________________________
  10.  
  11. INTRO: This program utilizes the archiver, ARJ.EXE, versions 2.30 and higher,
  12.       to selectively backup a BBS running under Wildcat!(Any version). This
  13.       has ranged from 20k batch files used locally to what you see before you,
  14.       a compiled QuickBasic program with command line switches, color screens,
  15.       and ALOT of fiddling with a LENGTHY ARJ commandline. Considering most
  16.       sysops don't have the time to "Read the Manual" for the ARJ utility, and
  17.       since it took me nearly a YEAR to get it ALL 100% functioning, I think 
  18.       SOMEONE will appreciate not having to reinvent the wheel.
  19.  
  20. ______________________________________________________________________________
  21.                            
  22.                            Command Line Switches
  23.  
  24.        The following format is used to bypass the interactive menues.
  25.                 NOTE: ALL switch positions MUST be filled.
  26.  
  27.   BACKUPWC {Drive}:\{Directory Wildcat Resides In} {Target Drive} {Disk Size}
  28.  
  29.        So to backup Wildcat! from the c:\wc30 directory to drive a which is a
  30.      1.44MEG floppy, you would type:BACKUPWC C:\WC30 A 1440. SIMPLE!
  31.  
  32.                          Valid Drive Size Switches
  33.                         ---------------------------
  34.                         360k Floppy = 360 or 360000
  35.                         720k Floppy = 720 or 720000
  36.                         1.2Meg Floppy = 1200 or 1200000
  37.                         1.4Meg Floppy = 1440 or 1440000
  38.                         2.88Meg Floppy/Tape Drives = AUTO
  39. ------------------------------------------------------------------------------
  40.                                 Exclude.lst
  41.                                 -----------
  42.        The Exclude.lst is a plain ascii file which conatins names of file ext-
  43.     ensions/filemasks that you wish this utility to ingnore. You can leave this 
  44.     blank but most put "msg*.*" in it to exclude message bases from being 
  45.     backed up while storing their users .IMP files in that directory. 
  46.     NOTE: msg*.* will also cause your msgx.bbs files to disappear! So choose
  47.     wildcards WISELY!
  48. ------------------------------------------------------------------------------
  49.                                  Key File
  50.        Place the included .key file in the root directory of the drive you will 
  51.     execute this program from. To obtain YOUR own keyfile, contact Eat My 
  52.     Shorts! BBS(Phone# on startup screens). After I recive payment, I will 
  53.     attach it to a message for you to download.
  54.  
  55.    Well there's not MUCH else I can think of to include since it's too easy to 
  56. use. This utility is NON-CRIPPLED SHAREWARE! I have worked over the last YEAR 
  57. to get to where it is now. I COULD have encrypted ALL the backups and required 
  58. REGISTRATION to restore them but I think that is a assinine way to distribute 
  59. a utility. Anyone who LIKES and USES this, PLEASE REGISTER! I will ask for $5
  60. per sysop who wishes to do so. This will allow you to d/l a key file from my 
  61. bbs to enable your name to be displayed proudly( still finishing up the code 
  62. for that! ) and free updates to ANY future revisions I may distibute! I will
  63. also being doing versions using alternate archiver's if possible.
  64.    
  65.     To register, send a check/money order for $5(U.S. currency/check draw on 
  66. a U.S. bank) and send to :
  67. Scott Labrecque, 2540 W. Ball Road Suite #33, Anaheim, CA, 92804.
  68.             
  69.             
  70.             "Support Shareware! Register Your Favorite Utility TODAY!"
  71.  
  72.  
  73.